home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
x2ftp
/
msdos
/
docs
/
vbz01
/
mwatch.bas
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
BASIC Source File
|
1993-02-26
|
328 b
|
10 lines
DefInt A-Z
Declare Sub StartMouseWatch Lib "mwatch.dll" (ByVal hWnd, ByVal hWnd)
Declare Sub StopMouseWatch Lib "mwatch.dll" (ByVal hWnd)
Declare Function HWndTag$ Lib "mwatch.dll" (ByVal hWnd)
Declare Function HWndCtlName$ Lib "mwatch.dll" (ByVal hWnd)
Declare Function MenuCaption$ Lib "mwatch.dll" (ByVal MenuID)